From: John Paul Wallington Date: Fri, 3 Oct 2003 08:30:05 +0000 (+0000) Subject: (map_keymap): Don't abort when binding is a vector. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25314 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=171621b101694c4e3555a178b060fc3d097effc8;p=emacs.git (map_keymap): Don't abort when binding is a vector. --- diff --git a/src/keymap.c b/src/keymap.c index 54dd942c7e2..5f1f2a3f3a3 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -695,7 +695,6 @@ map_keymap (map, fun, args, data, autoload) /* Loop over the char values represented in the vector. */ int len = ASIZE (binding); int c; - abort(); for (c = 0; c < len; c++) { Lisp_Object character;